Version

CommonStateNotifier<TState> Class Members

The following tables list the members exposed by CommonStateNotifier<TState>.

Public Constructors
 NameDescription
Public ConstructorCommonStateNotifier<TState> ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyStateThe common state for all participants.  
Public Methods
 NameDescription
Public MethodNotifyNotifies all OnNotify listeners.  
Public Events
 NameDescription
Public EventOnNotifyRaised when Notify is called on the notifier. Should be used to indicate a change in the State.  
See Also